2008-06-02 Michael Natterer <mitch@imendio.com>
* gtk/gtksignal.h: put back #include <gtk/gtkmarshal.h>, it's not
in <gtk/gtk.h>. Fixes stuff that uses deprecated cruft.
(bug #536126).
svn path=/trunk/; revision=20269
+2008-06-02 Michael Natterer <mitch@imendio.com>
+
+ * gtk/gtksignal.h: put back #include <gtk/gtkmarshal.h>, it's not
+ in <gtk/gtk.h>. Fixes stuff that uses deprecated cruft.
+ (bug #536126).
+
2008-05-31 Emmanuele Bassi <ebassi@gnome.org>
Bug 535830 – wrong content type adding an item
#define __GTK_SIGNAL_H__
#include <gtk/gtk.h>
+#include <gtk/gtkmarshal.h>
G_BEGIN_DECLS